Pipline Color
Features​
Highlight different loan characteristics directly from the pipeline view. For example, you could color the loans in the pipeline view by lock date, loan amounts, loan exceptions, alerts, or any other field/logic. The Community Plugin provides you with a base to build whatever you'd like! 🎉
caution
The Community Plugin currently provides a base example from which you can customize and make your own. However, to do so you will need to modify the development code of the project.
Setup​
- In Encompass
- Click on the Settings Menu
- Expand the Community Menu
- Click on PluginManagement
- Select PipelineColor as the Plugin
- Provide either All Access or more fine grained access by persona or individual user accounts. This will control who sees the modfiied pipeline coloring when viewing pipeline views.
Usage​
- In Encompass
- Open the pipeline tab
- The base configuration for this tool is to highlight any loan that has a loan amount greater than $500,000 with a green background
- To further configure the tool, you will need to modify the code within the Community Plugin project itself. Specifically, the PipelineColor.cs file located in the CommunityPlugin/src/Non Native Modifications/Pipeline/ directory.